home *** CD-ROM | disk | FTP | other *** search
/ Champak 52 / Volume 52 - JOGO DISK .iso / Games / scoobykickinit.swf / scripts / DefineSprite_496 / frame_10 / DoAction.as
Text File  |  2007-09-28  |  158b  |  10 lines

  1. stop();
  2. btnNext.onRelease = function()
  3. {
  4.    this._parent.gotoAndStop(20);
  5. };
  6. btnPrevious.onRelease = function()
  7. {
  8.    this._parent.gotoAndStop(1);
  9. };
  10.